home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Interface / HolidayWidgetBundle.dmg / / VoiceNotes.wdgt / voicenotes.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-06-15  |  5.0 KB  |  375 lines

  1. body {
  2.     margin: 0;
  3.     padding: 0;
  4.     font: 12px "Lucida Grande";
  5.     color: black;
  6.     cursor: default;
  7.     color: #1E2E8B;
  8. }
  9.  
  10. .pane {
  11.     position: absolute;
  12.     top: 0;
  13.     left: 0;
  14. }
  15.  
  16. #front {
  17.     background-image: url(images/front.png);
  18.     background-repeat: no-repeat;
  19.     height: 283px;
  20.     width: 190px;
  21.     white-space: no-wrap;
  22. }
  23.  
  24. #settings {
  25.     background-image: url(images/backside.png);
  26.     background-repeat: no-repeat;
  27.     height: 283px;
  28.     width: 190px;
  29.     display: none;
  30. }
  31.  
  32. #settings img {
  33.     -apple-dashboard-region: dashboard-region(control rectangle);
  34. }
  35.  
  36. #screen_gloss, #screen {
  37.     position: absolute;
  38.     top: 14px;
  39.     left: 32px;
  40.     width: 128px;
  41.     height: 104px;
  42.     white-space: no-wrap;
  43.     overflow: hidden;
  44. }
  45.  
  46. #screen img {
  47.     position: absolute;
  48.     left: 5px;
  49. }
  50.  
  51. #up_arrow {
  52.     top: 9px;
  53.     visibility: hidden;
  54. }
  55.  
  56. #down_arrow {
  57.     bottom: 5px;
  58. }
  59.  
  60. #scroll_bar {
  61.     position: absolute;
  62.     top: 5px;
  63.     right: 3px;
  64.     height: 92px;
  65.     width: 8px;
  66.     border: 1px solid #1E2E8B;
  67. }
  68.  
  69. #scroll_tab {
  70.     position: absolute;
  71.     top: 0;
  72.     left: 1px;
  73.     background: #1E2E8B;
  74.     width: 6px;
  75. }
  76.  
  77. #notes_container {
  78.     position: absolute;
  79.     top: 16px;
  80.     left: 5px;
  81.     width: 110px;
  82.     height: 73px;
  83.     overflow: hidden;
  84. }
  85.  
  86. #notes {
  87.     position: absolute;
  88.     top: 0;
  89.     left: 0;
  90.     padding: 0;
  91.     margin: 0;
  92.     color: #1E2E8B;
  93. }
  94.  
  95. #notes>li {
  96.     //list-style-image: url(images/blank.png);
  97.     list-style-type: none;
  98.     margin: 0;
  99.     padding: 1px 4px 2px 18px;
  100.     width: 88px;
  101.     font: 9px "Lucida Grande";
  102.     -apple-dashboard-region: dashboard-region(control rectangle);
  103. }
  104.  
  105. #screens {
  106.     position: absolute;
  107.     top: 0;
  108.     left: 0;
  109.     width: 470px;
  110. }
  111.  
  112. #menu_screen, #playing_screen, #saving_screen, #recording_screen {
  113.     width: 130px;
  114.     height: 104px;
  115.     display: none;
  116. }
  117.  
  118. #menu_screen, #playing_screen, #recording_screen {
  119.     position: relative;
  120.     display: inline-block;
  121.     margin: 0;
  122.     //border: 1px solid red;
  123. }
  124.  
  125. #screens h1 {
  126.     margin: 10px 0 0 -10px;
  127.     font-size: 10px;
  128.     color: #1E2E8B;
  129.     text-align: center;
  130. }
  131.  
  132. #screens h2 {
  133.     margin: 10px 0 0 -10px;
  134.     font-size: 10px;
  135.     font-weight: normal;
  136.     color: #1E2E8B;
  137.     text-align: center;
  138. }
  139.  
  140. #recording_screen {
  141.     //display: none;
  142. }
  143.  
  144. #async {
  145.     position: absolute;
  146.     top: 60px;
  147.     left: 50px;
  148.     height: 16px;
  149.     width: 16px;
  150.     background: url(images/Async.png);
  151.     display: none;
  152. }
  153.  
  154. #save_desc {
  155.     position: absolute;
  156.     left: 0;
  157.     bottom: 5px;
  158.     width: 100%;
  159.     text-align: center;
  160.     font: 10px "Lucida Grande";
  161.     color: #1E2E8B;
  162. }
  163.  
  164. #buttons {
  165.     position: absolute;
  166.     top: 128px;
  167.     left: 55px;
  168.     height: 111px;
  169.     width: 82px;
  170. }
  171.  
  172. #buttons img {
  173.     position: absolute;
  174.     -apple-dashboard-region: dashboard-region(control rectangle);
  175. }
  176.  
  177. #up {
  178.     top: 0;
  179.     left: 0;
  180. }
  181.  
  182. #new {
  183.     top: 38px;
  184.     right: 0;
  185. }
  186.  
  187. .middle {
  188.     top: 33px;
  189.     left: 20px;
  190.     display: none;
  191. }
  192.  
  193. #delete {
  194.     top: 38px;
  195.     left: 0;
  196. }
  197.  
  198. #down {
  199.     left: 0;
  200.     bottom: 0;
  201. }
  202.  
  203. #edit_div {
  204.     position: absolute;
  205.     top: 30px;
  206.     left: 35px;
  207.     width: 93px;
  208.     height: 14px;
  209.     line-height: 14px;
  210.     font: 9px "Lucida Grande";
  211.     padding-left: 18px;
  212.     color: #95BDEA;
  213.     -khtml-user-modify: read;
  214.     -khtml-user-select: text;
  215.     -apple-dashboard-region: dashboard-region(control rectangle 0 0 0 0);
  216.     display: none;
  217. }
  218.  
  219. #note_player {
  220.     display: none;
  221. }
  222.  
  223. #flip {
  224.     position: absolute;
  225.     bottom: 30px;
  226.     left: 150px;
  227.     height: 13px;
  228.     width: 13px;
  229.     -apple-dashboard-region: dashboard-region(control circle);
  230.     z-index: 99;
  231. }
  232.  
  233. #flip img {
  234.     position: absolute;
  235.     top: 0;
  236.     left: 0;
  237. }
  238.  
  239. #flipper {
  240.     opacity: 0.0;
  241. }
  242.  
  243. #flip_back {
  244.     visibility: hidden;
  245.     opacity: 0.3;
  246. }
  247.  
  248.  
  249. #progress {
  250.     position: absolute;
  251.     bottom: 10px;
  252.     left: 13px;
  253.     width: 90px;
  254.     height: 10px;
  255.     font-size: 1px;
  256.     border: 1px solid #1E2E8B;
  257. }
  258.  
  259. #progress_bar {
  260.     position: absolute;
  261.     top: 1px;
  262.     left: 1px;
  263.     height: 8px;
  264.     width: 0;
  265.     background: #1E2E8B;
  266. }
  267.  
  268. #time_display {
  269.     position: absolute;
  270.     bottom: 27px;
  271.     left: -5px; /*find out where this is coming from */
  272.     width: 100%;
  273.     text-align: center;
  274.     font-size: 9px;
  275. }
  276.  
  277. #cur_rec_time {
  278.     position: absolute;
  279.     bottom: 7px;
  280.     left: -5px; /*find out where this is coming from */
  281.     width: 100%;
  282.     text-align: center;
  283.     font-size: 9px;
  284. }
  285.  
  286. #outside_cur_time {
  287.     position: absolute;
  288.     top: 80px;
  289.     left: 40px;
  290.     height: 12px;
  291.     width: 110px;
  292.     //border: 1px solid black;
  293.     display: none;
  294. }
  295.  
  296. #outside_progress {
  297.     position: absolute;
  298.     top: 96px;
  299.     left: 49px;
  300.     width: 92px;
  301.     height: 12px;
  302.     font-size: 1px;
  303. }
  304.  
  305.  
  306.  
  307. #done_button {
  308.     position: absolute;
  309.     bottom: 29px;
  310.     left: 79px;
  311. }
  312.  
  313. #buy_button {
  314.     position: absolute;
  315.     top: 149px;
  316.     left: 80px;
  317. }
  318.  
  319. #register_button {
  320.     position: absolute;
  321.     top: 182px;
  322.     left: 63px;
  323. }
  324.  
  325. #help_button {
  326.     position: absolute;
  327.     top: 63px;
  328.     left: 117px;
  329. }
  330.  
  331. #help_text {
  332.     position: absolute;
  333.     top: 70px;
  334.     left: 30px;
  335.     height: 30px;
  336.     width: 130px;
  337.     display: none;
  338.     z-index: 99;
  339.     font-size: 10px;
  340. }
  341.  
  342. #help_text > div {
  343.     position: absolute;
  344.     padding: 2px;
  345.     text-align: center;
  346.     opacity: 0.0;
  347.     background: white;
  348. }
  349.  
  350. #help_circle_canvas {
  351.     position: absolute;
  352.     display: none;
  353. }
  354.  
  355. #cover {
  356.     position: absolute;
  357.     top: 0;
  358.     left: 0;
  359.     height: 100%;
  360.     width: 100%;
  361.     background: red;
  362.     display: none;
  363.     opacity: 0.0;
  364.     z-index: 99;
  365. }
  366.  
  367. .shadow_container {
  368.     position: absolute;
  369.     top: -10px;
  370.     left: -10px;
  371.     height: 100%;
  372.     width: 100%;
  373.     padding: 0 20px 20px 0;
  374.     z-index: -1;
  375. }